home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DRAW.PAK / DRAW.RC < prev    next >
Text File  |  1997-05-06  |  683b  |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/inputdia.rh>
  6. #include <owl/inputdia.rc>
  7. #include <owl/owlapp.rc>         // default owl app icon
  8. #include <owl/except.rc>
  9. #include <owl/window.rh>
  10. #include "draw.rh"
  11.  
  12. DRAW_MENU MENU
  13. BEGIN
  14.    POPUP "&Draw"
  15.    BEGIN
  16.       MENUITEM "&Record...", CM_RECORD
  17.       MENUITEM "&Stop Recording", CM_STOP
  18.       MENUITEM "&Play...", CM_PLAY
  19.       MENUITEM SEPARATOR
  20.       MENUITEM "&Exit", CM_EXIT
  21.    END
  22. END
  23.